home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / heaven_1.zip / HEAVEN.DOC < prev   
Text File  |  1993-11-01  |  2KB  |  47 lines

  1. * Updated on 11-1-93 : added DDALIAS & debugged other routines
  2.  
  3. If you are using AutoCAD Release 12 and like all of the dialog boxes then
  4. you'll be in HEAVEN with this collection. Included are dialogs that replace
  5. the DIST and LIST commands. Also included is a dialog that sets the auto-
  6. matic save interval. As if that weren't enough you get a dialog box for
  7. editing multiple pieces of text with full undo control. To top it all off,
  8. there's a search and replace dialog to take the place of the old CHGTEXT
  9. lisp routine.
  10.  
  11. Most of the lisp is commented and indented for easy reading. There are
  12. some excellent examples of dialogs. I didn't approach the dialogs the
  13. same in each case and I deviated from the ones that came with Release 12.
  14. With this in mind, remember that the true test of a good program is if
  15. it does what needs to be done. I feel that these lisp routines do a good
  16. job of addressing a particular need.
  17.  
  18. These routines may be:
  19. ----------------------
  20. Used as is to supplement AutoCAD.
  21.  
  22. Modified and released by other individuals with credit given where due.
  23.  
  24. Included with AutoCAD as example dialogs or core functions.
  25.  
  26. The routines may not be:
  27. ------------------------
  28. Included in any commercial package.
  29.  
  30. Used for commercial gain by anybody.
  31.  
  32. Modified and released as original material.
  33.  
  34. In short, don't use these in a commercial package unless you get permission
  35. from me. Take these routines and use them as you see fit as a complement to
  36. AutoCAD's standard dialogs.
  37.  
  38. All routines should be placed in a directory that AutoCAD can find. I keep
  39. them in my support directory.
  40.  
  41. All of these routines were written by:
  42. Michael L. Jenkins
  43. Gray Construction Company
  44. Lexington, Kentucky
  45. (606) 281-9276
  46.  
  47.